home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / setupfs.zip / setupfs.exe / {app} / Example2.sfs < prev    next >
INI File  |  2009-07-31  |  983b  |  35 lines

  1. [Default]
  2. #          Folder Synchronize Command Script File Syntax
  3. #                           Version 3.0
  4. #                       Funduc Software, Inc
  5. #                        Copyright 1997-2009
  6. #               www.funduc.comááááwww.searchandreplace.com
  7. #          support@Funduc.com áááásupport@searchandreplace.comá
  8. #
  9. # This script uses Destination= switch to preview the results 
  10. # of an Operation=3 (an update). The files that would be 
  11. # copied are sent to d:\test\ResultsTest instead of being 
  12. # copied to the target path.
  13. # Results are appended to d:\test\foldsync.txt
  14.  
  15. # See the scripts in "SampleScripts.zip" for other examples.
  16.  
  17. [Action1]
  18. Path1=d:\test\folder1
  19. Path2=d:\test\folder2
  20. Destination Path=d:\test\ResultsTest
  21. Mask=*.*
  22.  
  23. Operation=3
  24. Show Identical=1
  25. Show Different=1
  26. Match In Subdir=0
  27. Show Files in 1 Dir=1
  28.  
  29. Output File=d:\test\foldsync.txt
  30. Append to Output File=1
  31. Allow Cancel=1
  32. Confirm Updates=1
  33. No Progress=0
  34. Search_subdir=1
  35.